We recommend you create your own css file that way you don't overwrite it when upgrading.
Create a file in /app/views/client/your-theme/css/
called custom.css
Then link to it in the <head>
section with the following:
<link href="<?php echo $this->view_dir; ?>css/custom.css" rel="stylesheet" type="text/css">